home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / CUGUK / COMMS / C035.ZIP / OLD_JMOD / REV110.DOC < prev    next >
Text File  |  1991-02-05  |  640b  |  17 lines

  1.     28-SEPT-1988            Richard B. Johnson V1.10
  2.     Changed the command line parse routine to remove extra spaces and
  3.     tab characters that some were typing (and some BBS systems pass) that
  4.     was returning an "invalid file-name" error in some cases. Now its
  5.     possible to enter extra spaces and control characters on the command
  6.     line:
  7.         JMODEM       S1       FILENAME.TYP
  8.                             ...Now works!
  9.  
  10.     If a user would create a .BAT file that contained:
  11.         JMODEM S1  %1
  12.                       ^----- Extra space(s)
  13.     It would sometimes fail depending upon their version of DOS. The
  14.     space before the "S" would be passed to the command processor.
  15.  
  16.  
  17.